home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / test / mktest < prev    next >
Text File  |  1992-11-23  |  554b  |  27 lines

  1.  
  2. date
  3. echo "dcc x.c -o t:xs -md -s"
  4. dcc x.c -o t:xs -md -s
  5.  
  6. echo "dcc x.c -o t:xl -mD -s"
  7. dcc x.c -o t:xl -mD -s
  8.  
  9. echo "dcc x.c -o t:xsp -md -prof3 -s"
  10. dcc x.c -o t:xsp -md -prof3 -s
  11.  
  12. echo "dcc x.c -o t:xlp -mD -prof3 -s"
  13. dcc x.c -o t:xlp -mD -prof3 -s
  14.  
  15. echo "dcc x.c -o t:xsr -mRR -md -s"
  16. dcc x.c -o t:xsr -mRR -md -s
  17.  
  18. echo "dcc x.c -o t:xrl -mRR -mD -s"
  19. dcc x.c -o t:xrl -mRR -mD -s
  20.  
  21. echo "dcc x.c -o t:xsrp -mRR -md -prof3 -s"
  22. dcc x.c -o t:xsrp -mRR -md -prof3 -s
  23.  
  24. echo "dcc x.c -o t:xrpl -mRR -mD -prof3 -s"
  25. dcc x.c -o t:xrpl -mRR -mD -prof3 -s
  26. date
  27.